home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / text / rtf / RTFReader$DiscardingDestination.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  979 b   |  36 lines

  1. package javax.swing.text.rtf;
  2.  
  3. import java.util.Dictionary;
  4.  
  5. class RTFReader$DiscardingDestination implements RTFReader.Destination {
  6.    // $FF: synthetic field
  7.    private final RTFReader this$0;
  8.  
  9.    RTFReader$DiscardingDestination(RTFReader var1) {
  10.       this.this$0 = var1;
  11.    }
  12.  
  13.    public void begingroup() {
  14.    }
  15.  
  16.    public void close() {
  17.    }
  18.  
  19.    public void endgroup(Dictionary var1) {
  20.    }
  21.  
  22.    public void handleBinaryBlob(byte[] var1) {
  23.    }
  24.  
  25.    public boolean handleKeyword(String var1) {
  26.       return true;
  27.    }
  28.  
  29.    public boolean handleKeyword(String var1, int var2) {
  30.       return true;
  31.    }
  32.  
  33.    public void handleText(String var1) {
  34.    }
  35. }
  36.